home *** CD-ROM | disk | FTP | other *** search
- Path: cpmt.cyberport.net!usenet
- From: christmn@cyberport.net (Richard Christman)
- Newsgroups: comp.lang.c
- Subject: LoadLibrary Explicitly?
- Date: Sat, 10 Feb 1996 00:00:02 GMT
- Organization: Benchmark Software
- Message-ID: <4fgk1j$ibf@cpmt.cyberport.net>
- NNTP-Posting-Host: cpmt2.cyberport.net
- X-Newsreader: Forte Free Agent v0.55
-
- Hi All,
-
- I'm writing a windows setup proigram with bc3.1. I'm loading a dll
- that i don't know the location of until _after_ the program is
- running. I have the dll's .lib in my project file.
-
- my problem is that the program is attempting to load the dll at
- startup and it is not in the path so the program fails with execution
- error 2 and goes no further.
-
- I'd like to stop the program from automatically loading the dll and do
- it later myself with LoadLibrary. Of course, I know how to LoadLib.
- How do I stop the program from trying to load it at startup?
-
- TIA
-
- richard
- --
- Richard Christman
- Benchmark Software
-
-